Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the build-dependencies group with 6 updates #3773

Merged
merged 1 commit into from
Oct 3, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 3, 2023

Bumps the build-dependencies group with 6 updates:

Package From To
org.ow2.asm:asm 9.5 9.6
de.thetaphi:forbiddenapis 3.5.1 3.6
com.github.siom79.japicmp:japicmp-maven-plugin 0.18.0 0.18.1
com.buschmais.jqassistant:jqassistant-maven-plugin 2.0.7 2.0.8
com.oracle.database.jdbc:ojdbc11 23.2.0.0 23.3.0.23.09
org.jboss.marshalling:jboss-marshalling 2.1.2.Final 2.1.3.Final

Updates org.ow2.asm:asm from 9.5 to 9.6

Updates de.thetaphi:forbiddenapis from 3.5.1 to 3.6

Commits
  • fc55fc9 Switch to release 3.6
  • 60219cc Fixup typo in property after ac653c76863d00962edc908e0bddbff6ec22b731
  • 27ea8cd Update documentation for commons-io
  • 7eb2e47 Add support for commons-io 2.14.0 (no changes needed) (#235)
  • 6df816a Add missing docs for Java 21
  • 088f031 Remove java.net.http.HttpResponse$BodySubscribers#ofFile(**) from Java 21 sig...
  • c32bcc7 Add Java 21 signatures support
  • 615e13a Update to ASM 9.6 for Java 22 bytecode compatibility
  • 39e9f33 Support commons-io-unsafe v2.12.0 and v2.13.0 (#232)
  • 0f301ff Enable also gradle in the workflow
  • Additional commits viewable in compare view

Updates com.github.siom79.japicmp:japicmp-maven-plugin from 0.18.0 to 0.18.1

Commits
  • 5d523a1 [maven-release-plugin] prepare release japicmp-base-0.18.1
  • 8ea1c2d upgraded version in *.md files to 0.18.1
  • 7a4a73b added java 21
  • 990b664 #363 fix test for METHOD_NON_STATIC_IN_INTERFACE_NOW_STATIC
  • 9d3997b Revert "#363 added METHOD_DEFAULT_NOW_STATIC"
  • 9c92a1f #363 METHOD_NON_STATIC_IN_INTERFACE_NOW_STATIC is a major change
  • 09c48bc #363 METHOD_NON_STATIC_IN_INTERFACE_NOW_STATIC not source and binary incompat...
  • 9118a7c #363 added METHOD_DEFAULT_NOW_STATIC
  • 0a600c2 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates com.buschmais.jqassistant:jqassistant-maven-plugin from 2.0.7 to 2.0.8

Commits
  • 9b85fac Release 2.0.8
  • 215e982 #81 fixed IT
  • 492c923 #82 ensure project config files overwrite embedded yaml configuration
  • f9a20d1 #81 do not load plugins init if jqassistant.skip is specified
  • 6f9f32c #81 added config property 'jqassistant.maven.module.skip'
  • ff8a109 Set development version to 2.1.0-SNAPSHOT
  • See full diff in compare view

Updates com.oracle.database.jdbc:ojdbc11 from 23.2.0.0 to 23.3.0.23.09

Updates org.jboss.marshalling:jboss-marshalling from 2.1.2.Final to 2.1.3.Final

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the build-dependencies group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| org.ow2.asm:asm | `9.5` | `9.6` |
| [de.thetaphi:forbiddenapis](https://github.com/policeman-tools/forbidden-apis) | `3.5.1` | `3.6` |
| [com.github.siom79.japicmp:japicmp-maven-plugin](https://github.com/siom79/japicmp) | `0.18.0` | `0.18.1` |
| [com.buschmais.jqassistant:jqassistant-maven-plugin](https://github.com/jqassistant/jqa-maven-plugin) | `2.0.7` | `2.0.8` |
| com.oracle.database.jdbc:ojdbc11 | `23.2.0.0` | `23.3.0.23.09` |
| org.jboss.marshalling:jboss-marshalling | `2.1.2.Final` | `2.1.3.Final` |


Updates `org.ow2.asm:asm` from 9.5 to 9.6

Updates `de.thetaphi:forbiddenapis` from 3.5.1 to 3.6
- [Commits](policeman-tools/forbidden-apis@3.5.1...3.6)

Updates `com.github.siom79.japicmp:japicmp-maven-plugin` from 0.18.0 to 0.18.1
- [Release notes](https://github.com/siom79/japicmp/releases)
- [Changelog](https://github.com/siom79/japicmp/blob/master/release.py)
- [Commits](siom79/japicmp@japicmp-base-0.18.0...japicmp-base-0.18.1)

Updates `com.buschmais.jqassistant:jqassistant-maven-plugin` from 2.0.7 to 2.0.8
- [Commits](jqassistant-archive/jqa-maven-plugin@REL-2.0.7...REL-2.0.8)

Updates `com.oracle.database.jdbc:ojdbc11` from 23.2.0.0 to 23.3.0.23.09

Updates `org.jboss.marshalling:jboss-marshalling` from 2.1.2.Final to 2.1.3.Final

---
updated-dependencies:
- dependency-name: org.ow2.asm:asm
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: build-dependencies
- dependency-name: de.thetaphi:forbiddenapis
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: build-dependencies
- dependency-name: com.github.siom79.japicmp:japicmp-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: build-dependencies
- dependency-name: com.buschmais.jqassistant:jqassistant-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: build-dependencies
- dependency-name: com.oracle.database.jdbc:ojdbc11
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: build-dependencies
- dependency-name: org.jboss.marshalling:jboss-marshalling
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: build-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 3, 2023
Copy link
Member

@yrodiere yrodiere left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like forbiddenapis can now handle JDK 21 and maybe even 22, we'll have to give that a try after we merge this

@yrodiere yrodiere merged commit ef7f63e into main Oct 3, 2023
8 checks passed
@dependabot dependabot bot deleted the dependabot/maven/build-dependencies-42c657ff55 branch October 3, 2023 07:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant